StrokeStyle Enumeration

Represents the style of the stroke on the current object.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum StrokeStyle

Members

Solid0 Solid stroke is drawn.
Dash1 Stroke referenced by a stroke dash of a style on the object is drawn.
None2 No stroke is drawn.

See Also